home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / demos / democps.zip / INSTALL.BAT next >
DOS Batch File  |  1993-03-12  |  901b  |  35 lines

  1. echo off
  2. if "%1" == "" goto default
  3. set dest=%1
  4. goto do_it
  5.  
  6. :default
  7. set dest=c:
  8.  
  9. :do_it
  10. echo.
  11. echo    Central Point PC Tools For Windows Demo Installation, 2/26/93
  12. echo    This program will install from the current
  13. echo    drive to the %dest%\PCTWDEMO directory.
  14. echo    You must have 4 megabytes free on your
  15. echo    %dest% drive to install this program.
  16. echo    You may continue installing the PC Tools for Windows
  17. echo    Demo or press Ctrl-C now to terminate this
  18. echo    process.
  19. echo.
  20. echo    If you wish to install to another drive, after
  21. echo    you leave the install procedure with Ctrl-C, type
  22. echo    install [drive-name], e.g. "install d:".
  23. echo.
  24. pause
  25. ctty nul:
  26. md %dest%\PCTWDEMO
  27. ctty con: 
  28. ZCP %dest%\PCTWDEMO
  29. %dest%     
  30. cd \PCTWDEMO
  31. echo.
  32. echo    To run this SoftAd, type "RUNDEMO" at the
  33. echo    "%dest%\PCTWDEMO>" prompt.
  34. echo.                   
  35.